<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
ul,
li {
    padding: 0;
    margin: 0;
}

body {
    background: url(../images/yun-1.png) bottom left no-repeat,
                url(../images/yun-2.png) bottom right no-repeat;
    font: 12px/normal Verdana, Arial, Helvetica, sans-serif;
    max-width: 1920px;
    min-width: 320px;
    min-height: 100vh;
    margin: 0 auto;
}

ul,
li {
    list-style-type: none;
    text-transform: capitalize;
}

.clear {
    clear: both;
    *display: inline;
    /*IE only*/
}
/* top_search */
.top_search{
    width: 200px;
    position: absolute;
    top: 10px;
    right: 2%;
    border:1px #6da288 solid;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
}
.top_search input{
    width: 68%;
    float: left;
    display: block;
    line-height: 30px;
    padding-left: 2%;
}
.top_search input[type="submit"]{
    background: #6da288;
    display: block;
    width: 30%;
    float: left;
    color: #fff;
}
/*************************
	-	导航菜单	-
**************************/
#menu {
    background: #fff;
    padding: 40px 0 0 5%;
    display: block;
    width: 95%;
    min-width: 1200px;
    height: 120px;
}
#logo{
    float: left;
    margin-top: 18px;
}
#nav {
    display: block;
    float: right;
}

#nav .mainlevel {
    float: left;
    background: #fff;
    text-align: center;
    display: block;
    margin: 0 5px;
}

#nav .mainlevel a {
    color: #484b54;
    font-size: 16px;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    padding: 22px 34px;
    display: block;
    _width: 48px;
}

#nav .mainlevel a:hover {
    color: #6da288;
    text-decoration: none;
}
#nav .mainlevel.on{
    background: url(../images/menu-bg.jpg) center no-repeat;
    background-size: 65%;
    padding: 16px 0;
    margin-top: -16px;
}
#nav .mainlevel:nth-of-type(3).on{
    background: url(../images/menu-bg1.png) center no-repeat;
    background-size: 68%;
    padding: 16px 0;
    margin-top: -16px;
}
#nav .mainlevel.on a{
    color: #6da288;
}
#nav .mainlevel:nth-of-type(7) ul{
    margin-left: -400px;
}
#nav .mainlevel:nth-of-type(7) ul span{
    margin-left: 415px;
}
#nav .mainlevel ul {
    position: absolute;
    display: none;
    *width: 2000px;
    /*IE is great need, width&gt;=li.length*/
}

#nav .mainlevel li {
    float: left;
    background: #ededed;
}

#nav .mainlevel li a {
    padding: 0 12px;
    line-height: 24px;
    height: 24px;
    display: block;
    _padding-bottom: 6px;
    /*IE6 only*/
}

#nav .mainlevel li a:hover {
    color: #3f240e;
    text-decoration: none;
    background: #678900;
}

#nav li a em{
    padding: 0 3px;
}
#nav li.login,
#nav li.reg{
    float: left;
}
#nav li.login{
    margin-left: 40px;
}
#nav li.login a,
#nav li.reg a{
    background: #6da288;
    border-radius: 40px;
    color: #fff;
    padding: 0 40px;
    margin-top: 20px;
    border:1px solid #6da288;
}
#nav li.reg a{
    background: #fff;
    color: #6da288;
    border:1px solid #fff;
}
#nav li.reg a{
    color: #6da288;
}
#nav li.login a:hover{
    background: #fff;
    color: #6da288;
    border:1px solid #6da288;
}
#nav li.reg a:hover{
    background: #fff;
    color: #6da288;
    border:1px solid #6da288;
}
#nav .mainlevel .sub_nav_01 li{
  line-height: 40px;
  padding: 0 2px;
}
#nav .mainlevel .sub_nav_01 li:nth-of-type(1){
    border-radius: 20px 0 0 20px;
    padding-left: 20px;
}
#nav .mainlevel .sub_nav_01 li:last-child{
    border-radius: 0 20px 20px 0;
    padding-right: 20px;
}
#nav .mainlevel:nth-of-type(10) .sub_nav_01 li{
    border-radius: 20px;
}
#nav .mainlevel .sub_nav_01 li a{
    color: #717171;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
#nav .mainlevel:hover a{
    color: #6da288;
}
#nav .mainlevel.on:hover,
#nav .mainlevel:hover .sub_nav_01 li a:hover{
    background: none;
    color: #6da288;
}
.Triangle_con {
    margin-top: -10px;
    height: 9px;
    margin-left: 14px;
    background: url(../images/bird.png) 36px 0 no-repeat;
    display: block;
    _margin-bottom: -6px;
    /*IE6 only*/
}
#nav .mainlevel:nth-of-type(10) .sub_nav_01 li input{
    line-height: 25px;
}
#nav .mainlevel:nth-of-type(10) .sub_nav_01 li input[type="submit"]{
    color: #6da288;
}
/* mobile css */
#mobmenu{
    display: none;
}
.header {
    width: 96%;
    position: relative;
    height: 50px;
    background: #fff;
    padding: 2%;
}

.header .logo {
    display: block;
    width: 230px;
    height: 50px;
}

.header .logo img {
    display: block;
    width: 100%;
    padding-top: 8px;
}

.header .search {
    position: absolute;
    top: 0;
    right: 35px;
    z-index: 1000;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
    background: url(../images/icon-search.png) no-repeat center center;
    background-size: 40%;
}

.header .search:hover {
    background-color: #6da288;
}

.header .search span {
    display: none;
}

.header .user-icon {
    position: absolute;
    top: 0;
    right: 70px;
    z-index: 1000;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
    background: url(../images/icon-user.png) no-repeat center center;
    background-size: 40%;
}

.header .user-icon span {
    display: none;
}

.header .user-icon:hover {
    background-color: #6da288;
}

.header .back {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
    background: url(../images/icon-back.png) no-repeat center center;
    background-size: 12px 20px;
}


/*************************
	-	手风琴展示样式	-
**************************/
.cont {
    position: relative;
    overflow: hidden;
    height: 55.5vh;
    padding: 80px 14% 100px;
}

.cont__inner {
    position: relative;
    height: 100%;
}

.cont__inner:hover .el__bg:after {
    opacity: 1;
}

.el {
    position: absolute;
    left: 0;
    top: 0;
    width: 19.2%;
    height: 100%;
    background: none;
    -webkit-transition: width 0.7s, top 0.4s, opacity 0.6s 0.7s, z-index 0s 1.3s, -webkit-transform 0.6s 0.7s;
    transition: width 0.7s, top 0.4s, opacity 0.6s 0.7s, z-index 0s 1.3s, -webkit-transform 0.6s 0.7s;
    transition: transform 0.6s 0.7s, width 0.7s, top 0.4s, opacity 0.6s 0.7s, z-index 0s 1.3s;
    transition: transform 0.6s 0.7s, width 0.7s, top 0.4s, opacity 0.6s 0.7s, z-index 0s 1.3s, -webkit-transform 0.6s 0.7s;
    will-change: transform, width, top, opacity;

}

.el:not(.s--active) {
    cursor: pointer;
}

.el__overflow {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.el__inner {
    overflow: hidden;
    position: relative;
    height: 100%;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.cont.s--inactive .el__inner {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.el__bg {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.6s 0.7s;
    transition: -webkit-transform 0.6s 0.7s;
    transition: transform 0.6s 0.7s;
    transition: transform 0.6s 0.7s, -webkit-transform 0.6s 0.7s;
    will-change: transform;
}

.el__bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 100%;
    background-size: 100% 100%;
    background-position: center center;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

.cont.s--inactive .el__bg:before {
    height: 110%;
    -webkit-transform: translate3d(0, -100%, 0) scale(1.2);
    transform: translate3d(0, -100%, 0) scale(1.2);
}

.el.s--active .el__bg:before {
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
}

.el__bg:after {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.cont.s--el-active .el__bg:after {
    -webkit-transition: opacity 0.5s 1.4s;
    transition: opacity 0.5s 1.4s;
    opacity: 1 !important;
}

.el__preview-cont {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s 1.2s;
    transition: all 0.3s 1.2s;
}

.cont.s--inactive .el__preview-cont {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.cont.s--el-active .el__preview-cont {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.el__heading {
    color: #474a4d;
    text-transform: uppercase;
    font-size: 28px;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    line-height: 55px;
    margin-top: -60%;
}

.el__content {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.el.s--active .el__content {
    z-index: 2;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.5s 1.4s;
    transition: all 0.5s 1.4s;
}

.el__text {
    text-transform: uppercase;
    font-size: 40px;
    color: #fff;
}

.el__close-btn {
    z-index: -1;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0s 0.45s;
    transition: all 0s 0.45s;
    cursor: pointer;
}

.el.s--active .el__close-btn {
    z-index: 5;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0s 1.4s;
    transition: all 0s 1.4s;
}

.el__close-btn:before,
.el__close-btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 8px;
    margin-top: -4px;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
}

.el.s--active .el__close-btn:before,
.el.s--active .el__close-btn:after {
    opacity: 1;
}

.el__close-btn:before {
    -webkit-transform: rotate(45deg) translateX(100%);
    transform: rotate(45deg) translateX(100%);
}

.el.s--active .el__close-btn:before {
    -webkit-transition: all 0.3s 1.4s cubic-bezier(0.72, 0.09, 0.32, 1.57);
    transition: all 0.3s 1.4s cubic-bezier(0.72, 0.09, 0.32, 1.57);
    -webkit-transform: rotate(45deg) translateX(0);
    transform: rotate(45deg) translateX(0);
}

.el__close-btn:after {
    -webkit-transform: rotate(-45deg) translateX(100%);
    transform: rotate(-45deg) translateX(100%);
}

.el.s--active .el__close-btn:after {
    -webkit-transition: all 0.3s 1.55s cubic-bezier(0.72, 0.09, 0.32, 1.57);
    transition: all 0.3s 1.55s cubic-bezier(0.72, 0.09, 0.32, 1.57);
    -webkit-transform: rotate(-45deg) translateX(0);
    transform: rotate(-45deg) translateX(0);
}

.el__index {
    z-index: 999999;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -0px;
    width: 100%;
    height: 100%;
    min-height: 550px;
    text-align: center;
    font-size: 14px;
    line-height: 0.85;
    font-weight: bold;
    -webkit-transition: opacity 0.3s 1.4s, -webkit-transform 0.5s;
    transition: opacity 0.3s 1.4s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.3s 1.4s;
    transition: transform 0.5s, opacity 0.3s 1.4s, -webkit-transform 0.5s;
    -webkit-transform: translate3d(0, 1vw, 0);
    transform: translate3d(0, 1vw, 0);
}

.el:hover {
    top: -40px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
    border-radius: 4px;
    transition: all 1.6s;
}

.el:hover .el__index {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.el:hover .el__heading {
    display: none;
}

.cont.s--el-active .el__index {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.3s;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
    opacity: 0;
}

.el__index-back,
.el__index-front {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70%;
    width: 100%;
}

.el__index-back {
    color: #2f3840;
    opacity: 0;
    -webkit-transition: opacity 0.25s 0.25s;
    transition: opacity 0.25s 0.25s;
}

.el:hover .el__index-back {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    opacity: 1;
}

.el__index-overlay {
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.5s 0.1s;
    transition: -webkit-transform 0.5s 0.1s;
    transition: transform 0.5s 0.1s;
    transition: transform 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
    color: transparent;
}

.el__index-overlay:before {
    content: attr(data-index);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.5s 0.1s;
    transition: -webkit-transform 0.5s 0.1s;
    transition: transform 0.5s 0.1s;
    transition: transform 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
}

.el:hover .el__index-overlay {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.el:hover .el__index-overlay:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.el:nth-child(1) {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.cont.s--el-active .el:nth-child(1):not(.s--active) {
    -webkit-transform: scale(0.5) translate3d(0%, 0, 0);
    transform: scale(0.5) translate3d(0%, 0, 0);
    opacity: 0;
    -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: transform 0.95s, opacity 0.95s;
    transition: transform 0.95s, opacity 0.95s, -webkit-transform 0.95s;
}

.el:nth-child(1) .el__inner {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.el:nth-child(1) .el__bg {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.el:nth-child(1) .el__inner .el__heading{
    color: #ad7a4a;
    border-left: 1px #ad7a4a solid;
    border-right: 1px #ad7a4a solid;
}
.el:nth-child(1) .el__bg:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-image: url("../images/onepgscr-1.jpg");
}

.el:nth-child(1):hover .el__bg:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-image: url("../images/onepgscr-1-hover.jpg");
}

.el:nth-child(2) {
    -webkit-transform: translate3d(105.2083333333%, 0, 0);
    transform: translate3d(105.2083333333%, 0, 0);
    -webkit-transform-origin: 155.2083333333% 50%;
    transform-origin: 155.2083333333% 50%;
}

.cont.s--el-active .el:nth-child(2):not(.s--active) {
    -webkit-transform: scale(0.5) translate3d(105.2083333333%, 0, 0);
    transform: scale(0.5) translate3d(105.2083333333%, 0, 0);
    opacity: 0;
    -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: transform 0.95s, opacity 0.95s;
    transition: transform 0.95s, opacity 0.95s, -webkit-transform 0.95s;
}

.el:nth-child(2) .el__inner {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.el:nth-child(2) .el__bg {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.el:nth-child(2) .el__inner .el__heading{
    color: #fff;
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
}
.el:nth-child(2) .el__bg:before {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    background-image: url("../images/onepgscr-4.jpg");
}
.el:nth-child(2):hover .el__bg:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-image: url("../images/onepgscr-4-hover.jpg");
}
.el:nth-child(3) {
    -webkit-transform: translate3d(210.4166666667%, 0, 0);
    transform: translate3d(210.4166666667%, 0, 0);
    -webkit-transform-origin: 260.4166666667% 50%;
    transform-origin: 260.4166666667% 50%;
}

.cont.s--el-active .el:nth-child(3):not(.s--active) {
    -webkit-transform: scale(0.5) translate3d(210.4166666667%, 0, 0);
    transform: scale(0.5) translate3d(210.4166666667%, 0, 0);
    opacity: 0;
    -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: transform 0.95s, opacity 0.95s;
    transition: transform 0.95s, opacity 0.95s, -webkit-transform 0.95s;
}

.el:nth-child(3) .el__inner {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.el:nth-child(3) .el__bg {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.el:nth-child(3) .el__inner .el__heading{
    color: #727276;
    border-left: 1px #727276 solid;
    border-right: 1px #727276 solid;
}
.el:nth-child(3) .el__bg:before {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    background-image: url("../images/onepgscr-3.jpg");
}
.el:nth-child(3):hover .el__bg:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-image: url("../images/onepgscr-3-hover.jpg");
}
.el:nth-child(4) {
    -webkit-transform: translate3d(315.625%, 0, 0);
    transform: translate3d(315.625%, 0, 0);
    -webkit-transform-origin: 365.625% 50%;
    transform-origin: 365.625% 50%;
}

.cont.s--el-active .el:nth-child(4):not(.s--active) {
    -webkit-transform: scale(0.5) translate3d(315.625%, 0, 0);
    transform: scale(0.5) translate3d(315.625%, 0, 0);
    opacity: 0;
    -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: transform 0.95s, opacity 0.95s;
    transition: transform 0.95s, opacity 0.95s, -webkit-transform 0.95s;
}

.el:nth-child(4) .el__inner {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.el:nth-child(4) .el__bg {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.el:nth-child(4) .el__inner .el__heading{
    color: #446132;
    border-left: 1px #446132 solid;
    border-right: 1px #446132 solid;
}
.el:nth-child(4) .el__bg:before {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    background-image: url("../images/onepgscr-5.jpg");
}
.el:nth-child(4):hover .el__bg:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-image: url("../images/onepgscr-5-hover.jpg");
}
.el:nth-child(5) {
    -webkit-transform: translate3d(420.8333333333%, 0, 0);
    transform: translate3d(420.8333333333%, 0, 0);
    -webkit-transform-origin: 470.8333333333% 50%;
    transform-origin: 470.8333333333% 50%;
}

.cont.s--el-active .el:nth-child(5):not(.s--active) {
    -webkit-transform: scale(0.5) translate3d(420.8333333333%, 0, 0);
    transform: scale(0.5) translate3d(420.8333333333%, 0, 0);
    opacity: 0;
    -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: transform 0.95s, opacity 0.95s;
    transition: transform 0.95s, opacity 0.95s, -webkit-transform 0.95s;
}

.el:nth-child(5) .el__inner {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.el:nth-child(5) .el__bg {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.el:nth-child(5) .el__inner .el__heading{
    color: #fff;
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
}
.el:nth-child(5) .el__bg:before {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    background-image: url("../images/onepgscr-2.jpg");
}
.el:nth-child(5):hover .el__bg:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-image: url("../images/onepgscr-2-hover.jpg");
}
.el:hover .el__bg:after {
    opacity: 0;
}

.el.s--active {
    z-index: 1;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width 0.7s 0.7s, z-index 0s, -webkit-transform 0.6s;
    transition: width 0.7s 0.7s, z-index 0s, -webkit-transform 0.6s;
    transition: transform 0.6s, width 0.7s 0.7s, z-index 0s;
    transition: transform 0.6s, width 0.7s 0.7s, z-index 0s, -webkit-transform 0.6s;
}

.el.s--active .el__bg {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}

.el.s--active .el__bg:before {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.icon-link {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 32px;
}

.icon-link img {
    width: 100%;
    vertical-align: top;
}

.icon-link--twitter {
    left: auto;
    right: 5px;
}

/*************************
	-	手风琴鼠标移动样式	-
**************************/

/* 新闻 */
.info-list h2 {
    width: 100%;
    color: #ad7a4a;
    font-size: 30px;
    margin: 0px 0 140px 0;
    writing-mode: vertical-lr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.info-list h2 span{
    display: block;
	color: #ad7a4a;
    padding: 0 15px;
    border-left: 1px #ad7a4a solid;
    border-right: 1px #ad7a4a solid;
}

.info-list li a {
    display: block;
    width: 92%;
    padding-bottom: 4px;
    border-bottom: 1px #efefef solid;
    margin: 0 4% 5px;
    line-height: 40px;
    color: #474a4d;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-list li:last-child a {
    border-bottom: none;
}

.info-list li a span {
    display: block;
    width: 80px;
    float: left;
    line-height: 22px;
    text-align: center;
    color: #6da288;
    font-size: 18px;
    font-weight: bold;
}
.info-list li a span p{
    font-weight: normal;
    font-size: 14px;
}

/* 参观 */
.canguan h2 {
    width: 100%;
    color: #fff;
    font-size: 30px;
    margin: 0px 0 140px 0;
    writing-mode: vertical-lr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.canguan h2 span{
    display: block;
	color: #fff;
    padding: 0 15px;
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
}
.canguan ul {
    font-size: 0;
    width: 80%;
    margin: 0 auto;
}
.canguan ul li{
    display: inline-block;
    width: calc((100% - 16px) / 2);
    margin: 4px;
    height: 40px;
    line-height: 38px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s;
}
.canguan ul li a {
    display: block;
    font-size: 14px;
    color: #000;
}

.canguan ul li {
    border-color: rgba(255,255,255, 0.3);
}
.canguan ul li a {
    color: #000;
}
.canguan ul li:hover {
    background-color: rgba(255, 255, 255, 0.3);
}


/* 工艺 */
.gongyi {
    z-index: 100;
    overflow: hidden;
}
.gongyi h2 {
    width: 100%;
    color: #727276;
    font-size: 30px;
    margin: -0px 0 60px 0;
    writing-mode: vertical-lr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gongyi h2 span{
    display: block;
	color: #727276;
    padding: 0 15px;
    border-left: 1px #727276 solid;
    border-right: 1px #727276 solid;
}
.gongyi ul{
    width: 90%;
    margin: 0 5%;
}
.gongyi ul li{
    width: 46%;
    margin: 0 2%;
    float: left;
    text-align: left;
    height: 30px;
}
.gongyi ul li:nth-of-type(2n-1){
    text-align: right;
}
.gongyi ul li:nth-of-type(2n){
    text-align: left;
}
.gongyi ul li a{
    display: block;
    font-size: 14px;
    color: #474a4d;
    line-height: 20px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-right: 1px #474747 solid;
}
.gongyi ul li:nth-of-type(2n-1) a{
    padding-right: 14%;
}
.gongyi ul li:nth-of-type(2n) a{
    padding-left: 4%;
}
.gongyi ul li:nth-of-type(2n) a{
    border-right: 0;
}
.gongyi ul li a:hover{
    color: #6da288;
}

/* 展览 */
.zhanlan h2 {
    width: 100%;
    color: #fff;
    font-size: 30px;
    margin: 0px 0 100px 0;
    writing-mode: vertical-lr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.zhanlan h2 span{
    display: block;
	color: #fff;
    padding: 0 15px;
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
}
.zhanlan ul {
    width: 80%;
    margin: 0 auto;
}
.zhanlan ul li{
    width: 50%;
    float: left;
}
.zhanlan ul li:nth-of-type(3),
.zhanlan ul li:nth-of-type(4){
    width: 100%;
}
.zhanlan ul li a{
    width: 90%;
    margin: 5%;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    border: 1px #fff solid;
    transition: all 0.3s;
}
.zhanlan ul li:nth-of-type(3) a,
.zhanlan ul li:nth-of-type(4) a{
    width: 94%;
    margin: 3%;
}
.zhanlan ul li a:hover{
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

/* 活动 */
.huodong h2 {
    width: 100%;
    color: #446132;
    font-size: 30px;
    margin: 0px 0 100px 0;
    writing-mode: vertical-lr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.huodong h2 span{
    display: block;
	color: #446132;
    padding: 0 15px;
    border-left: 1px #446132 solid;
    border-right: 1px #446132 solid;
}
.huodong ul{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;;
}
.huodong ul li {
    text-align: center;
}

.huodong ul li h3 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #373c40;
    font-weight: bold;
    text-align: left;
}

.huodong ul li p {
    font-size: 12px;
    color: #43494d;
    line-height: 2;
    text-align: left;
    font-weight: normal;
}

.huodong ul li span {
    display: inline-block;
    margin: 0px auto;
    width: 102px;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    background: url(../images/act-btn.png) no-repeat center/100% auto;
    box-sizing: border-box;
    text-align: center;
}

.huodong ul li span.over {
    color: #373e42;
}
.info-list,
.canguan,
.gongyi,
.zhanlan,
.huodong{
    transition: all .1s;
}


/*************************
	-	版权所有	-
**************************/
.copyright{
    color: #c8c8c8;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    margin: 2% 0;
    overflow: hidden;
}
.copyright a{
    color: #c8c8c8;
}
.all_boxs {
    width: 100%;
    height: 74vh;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.website{
    font-size: 34px;
    text-align: center;
    margin: 10vh auto;
}
/*************************
	-	首页漂浮公告	-
**************************/
#notice {
    z-index: 100000;
}
#notice a {
    cursor: pointer;
}
#notice .closeNotice {
    color: #666666;
    text-decoration: none;
    display: block;
    position: relative;
    top: 40px;
    right: 40px;
    text-align: right;
}
#notice .noticeimg,
#notice .noticeimg img {
    display: block;
    width: 380px;
    height: 260px;
}

/*************************
	-	概况	-
**************************/
.boxs-content{
    position: relative;
    overflow: hidden;
    width: 1400px;
    height: 65vh;
    padding: 50px 0;
    margin: 0 auto;
}
.boxs-content-col1{
    width: 100%;
    overflow: hidden;
}
.boxs-content-col:not(:last-child){
    margin-bottom: 1%;
}
.boxs-content-col a{
    display: block;
    width: 100%;
    position: relative;
}
.boxs-content-col a span{
    display: block;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 40px;
    color: #fff;
    font-size: 20px;
    font-family: 'fzcsjt';
    writing-mode: vertical-lr;
}
.boxs-content-col a span::after{
    content: "";
    width: 6px;
    height: 35px;
    display: block;
    background: #fff;
    border-radius: 6px;
    margin-left: 20px;
}
.boxs-content-col-about{
    position: relative;
    width: 100%;
}
.boxs-content-col-about .boxs-content-col-about-content{
    width: 80%;
    position: absolute;
    top: 35px;
    left: 10%;
    right: 10%;
}
.boxs-content-col-about .boxs-content-col-about-content span{
    display: block;
    color: #37322b;
    font-size: 20px;
    font-family: 'fzcsjt';
    text-align: center;
    writing-mode: vertical-lr;
    float: right;

}
.boxs-content-col-about .boxs-content-col-about-content span::after{
    content: "";
    width: 6px;
    height: 35px;
    display: block;
    background: #37322b;
    border-radius: 6px;
    margin-left: 20px;
}
.boxs-content-col-about .boxs-content-col-about-content p{
    width: 70%;
    color: #545454;
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
    display: none;
}
.boxs-content-col-about .boxs-content-col-about-content a{
    margin-top: 15px;
    color: #545454;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    text-decoration: underline;
    display: none;
}
.boxs-content-col-about:hover p,
.boxs-content-col-about:hover a{
    display: block;
    transition: all .3s;
}
/* 二次修改 */
.boxs-content-col1 .boxs-content-col:nth-of-type(1){
    width: 32.6%;
    float: left;
}
.boxs-content-col1 .boxs-content-col:nth-of-type(2){
    width: 66.7%;
    float: right;
}
.boxs-content-col1  img{
    width: 100%;
}
.boxs-content-col3{
    width: 66.3%;
    float: left;
}
.boxs-content-col3 .boxs-content-col{
    width: 100%;
}
.boxs-content-col3 .boxs-content-col img{
    width: 100%;
}
.boxs-content-col4{
    width: 32.8%;
    float: right;
}
.boxs-content-col4 .boxs-content-col{
    float: left;
    width: 48.9%;
}
.boxs-content-col4 .boxs-content-col:nth-of-type(2){
    float: right;
}
.boxs-content-col4 .boxs-content-col img{
    width: 100%;
}
.boxs-content-col4 .boxs-content-col:nth-of-type(3){
    width: 100%;
}
/* 内页总宽度 */
.main{
    position: relative;
    box-sizing: border-box;
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

/* 内页分类 */
.main-class {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    overflow: hidden;
}
.main-class ul li{
    display: inline-block;
    margin-right: 20px;
}
.main-class ul li a{
    display: block;
    background: #fff;
    color: #474a4d;
    font-size: 16px;
    border-radius: 40px;
    padding: 0 20px;
    line-height: 40px;
    border: 1px #dddddd solid;
}
.main-class ul li a.on,
.main-class ul li a:hover{
    background: #6da288;
    color: #fff;
    border: 1px #6da288 solid;
    box-shadow: 12px 12px 16px rgba(109, 162, 136, .42);
}
.main-class dl{
    margin-left: 0px;
    margin-top: 20px;
}
.main-class dl dt,
.main-class dl dd{
    float: left;
}
.main-class dl dd a{
    font-size: 14px;
    margin: 0;
    padding: 4px 20px;
    border: 1px #dddddd solid;
    border-radius: 20px;
    margin-right: 10px;
    color: #474a4d;
}
.main-class dl dd a.active,
.main-class dl dd a:hover{
    border: 1px #6da288 solid;
    color: #6da288;
}
.filter-boxs{
    width: 100%;
    overflow: hidden;
}
.filter-boxs a{
    display: block;
    float: left;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 4px 20px;
    border: 1px #dddddd solid;
    border-radius: 20px;
    margin-right: 10px;
    color: #474a4d;
}
.filter-boxs a.active,
.filter-boxs a:hover{
    border: 1px #6da288 solid;
    color: #6da288;
}
.view-class {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}
.view-class ul li{
    display: inline-block;
}

.view-class ul li a{
    display: block;
    color: #474a4d;
    font-size: 16px;
    padding: 0 10px;
    line-height: 16px;
    border-right: 1px #474a4d solid;
}
.view-class ul li:first-child a{
    padding-left: 0;
}
.view-class ul li:last-child a{
    border-right: 0;
}
.view-class ul li a.on,
.view-class ul li a:hover{
    color: #6da288;
}
/* 简介内页 */
.main-content{
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
}
.main-content-aboutimg{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.main-content-aboutimg span{
    display: block;
    width: 23%;
    margin: 1%;
    height: 216px;
    float: left;
    overflow: hidden;
}
.main-content-aboutimg span img{
    transition: all .3s;
}
.main-content-aboutimg span:hover img{
    transform: scale(1.1);
    
}

/* 名录内页 */
.dire-class{
    background: #fff;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.dire-class dl{
    line-height: 50px;
    border-bottom: 1px dashed #e0e0e0;
    overflow: hidden;
}
.dire-class dl:nth-of-type(2){
    border-bottom: none;
}
.dire-class dl dt{
    background: #f5f5f5;
    float: left;
    width: 150px;
    text-align: center;
    font-size: 16px;
    color: #000;
}
.dire-class dl dd{
    float: left;
    margin-left: 25px;
}
.dire-class dl dd a{
    display: block;
    font-size: 16px;
    color: #474a4d;
}
.dire-class dl dd a.active{
    color: #6da288;
}
.dire-class dl dd a:hover{
    color: #6da288;
}

/* 二次修改 */
.dire-class table{
    background: #f5f5f5;
    width: 100%;
    line-height: 30px;
    border-bottom: 1px dashed #e0e0e0;
    overflow: hidden;
}
.dire-class table tr{
    height: 50px;
}
.dire-class table:nth-of-type(2){
    border-bottom: none;
}
.dire-class table tr td:nth-of-type(1){
    background: #f5f5f5;
    font-size: 16px;
    color: #000;
    text-align: center;
	font-weight:bold;
}
.dire-class table tr td:nth-of-type(2){
    background: #fff;
    width: 80%;
    padding: 1% 0;
}
.dire-class table tr td dd{
    float: left;
    margin-left: 25px;
}
.dire-class  table tr td dd a{
    display: block;
    font-size: 16px;
    color: #474a4d;
}
.dire-class  table tr td dd a.active{
    color: #6da288;
}
.dire-class  table tr td dd a:hover{
    color: #6da288;
}



.dire-list{
    width: 100%;
    margin-top: 40px;
    overflow: hidden;;
}
.dire-list dl {
    background: #fff;
    float: left;
    width: 23%;
    margin: 1.33333%;
    transition: all .5s;
    overflow: hidden;
}
.dire-list dl:nth-of-type(1),
.dire-list dl:nth-of-type(5),
.dire-list dl:nth-of-type(9){
    margin-left: 0;
}
.dire-list dl:nth-of-type(4),
.dire-list dl:nth-of-type(8),
.dire-list dl:nth-of-type(12){
    margin-right: 0;
}
.dire-list dl dt a{
    display: block;
    width: 100%;
    max-height: 322px;
    overflow: hidden;
}
.dire-list dl dt img{
    width: 100%;
}
.dire-list dl dd a{
    display: block;
    font-size: 18px;
    color: #000;
    padding: 10px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.dire-list dl dd p{
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
}
.dire-list dl dd p a,
.dire-list dl dd p span{
    display: block;
    width: 102px;
    height: 32px;
    line-height: 32px;
    background: url(../images/bg-btn-disable.png);
    padding: 0;
    text-align: center;
    margin: 10px;
    float: right;
    font-size: 14px;
}
.dire-list dl:hover dd p a{
    height: 36px;
    line-height: 36px;
    background: url(../images/act-btn.png);
}
.dire-list dl:hover{
    background: #6da288;
    transform: translateY(-3px);
    box-shadow: 2px 2px 10px rgba(109, 162, 136, .42);
}
.dire-list dl:hover a{
    color: #fff;
    transition: all .3s;
}
.dire-list dl:hover dd p{
    color: #fff;
}
.dire-all{
    width: 100%;
    margin: 40px 0;
    overflow: hidden;
}
.dire-all dl dd{
    background: #fff;
    margin: 1% 1% 1% 0;
    width: 9%;
    float: left;
    border-radius: 4px;
    
}
.dire-all dl dd a{
    display: block;
    border: 1px #efefef solid;
    line-height: 30px;
    text-align: center;
    color: #000;
    border-radius: 4px;
}
.dire-all dl dd:hover a{
    color: #6da288;
}

/* 大记事 */
.dajishi-list{
    margin-bottom: 40px;
    overflow: hidden;
}
.dajishi-list dl {
    line-height: 50px;
    float: left;
    width: 100%;
    border-bottom: 1px #c8c8c8 solid;
    overflow: hidden;
}
.dajishi-list dl a{
    display: block;
    height: 50px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dajishi-list dl a span{
    color: #999;
    float: right;
}
.dajishi-list dl a:hover{
    color: #6da288;
}
/* 学术 */
.acad-left{
    width: 300px;
    margin-top: 80px;
    float: left;
}
.acad-left .acad-left-one{
    background: url(../images/acad/acad_bg1.jpg);
    background-size: 100% 100%;
    width: 300px;
    height: 303px;
    text-align: center;
}
.acad-left .acad-left-one a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 30px;
    font-family: 'fzcsjt';
    writing-mode: vertical-lr;
}
.acad-left .acad-left-two{
    background: url(../images/acad/acad_bg2.jpg);
    width: 300px;
    height: 282px;
}
.acad-left .acad-left-two a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #6da288;
    font-size: 30px;
    font-family: 'fzcsjt';
    writing-mode: vertical-lr;
}
.acad-right{
    background: url(../images/acad/acad_right_bg.png);
    width: 1080px;
    height: 586px;
    float: left;
    margin-left: 20px;
    margin-top: 80px;
}
.acad-right-border{
    border: 1px #f3f3f3 solid;
    width: 1000px;
    height: 546px;
    margin: 20px;
}
.acad-right-class{
    width: 100%;
    margin: 20px;
    overflow: hidden;
}
.acad-right-class a{
    color: #202020;
    font-size: 24px;
    display: inline-block;
    margin: 5px 40px;
}
.acad-right-class a:first-child{
    color: #6da288;
}
.acad-right-class a:hover{
    color: #6da288;
}
.acad-right-class dl{
    margin-left: 40px;
    margin-top: 20px;
}
.acad-right-class dl dt,
.acad-right-class dl dd{
    float: left;
}
.acad-right-class dl dd a{
    font-size: 14px;
    margin: 0;
    padding: 4px 20px;
    border: 1px #dddddd solid;
    border-radius: 20px;
    margin-right: 10px;
    color: #474a4d!important;
}
.acad-right-class dl dd a.active,
.acad-right-class dl dd a:hover{
    border: 1px #6da288 solid;
    color: #6da288!important;
}
.acad-more{
    display: block;
    text-align: right;
    padding-right: 40px;
    color: #b4b4b4;
    font-size: 14px;
    margin-top: 20px;
}
.acad-right-list{
    margin-top: 30px;
    margin-left: 60px;
    overflow: hidden;
}
.acad-right-list ul li{
    width: 100%;
    overflow: hidden;
}
.acad-right-list ul li a{
    display: block;
    color: #202020;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    margin-top: 36px;
    overflow: hidden;
}
.acad-right-list ul li a span{
    display: block;
    float: left;
    max-width: 90%;
    overflow: hidden;
}
.acad-right-list ul li a i{
    display: block;
    background: url(../images/acad/shan.jpg);
    width: 8px;
    height: 8px;
    margin-top: 21px;
    margin-left: 10px;
    float: left;
}
.acad-right-list ul li a:hover span{
    color: #6da288;
    transition: all .3s;
}
.acad-right-border .list-pager{
    margin-left: 60px;
}

/* 展览 */
.exhi-content{
    border: 2px #6da288 solid;
    width: 99%;
    margin-top: 40px;
}
.exhi-content-border{
    border: 2px #6da288 solid;
    width: 98%;
    margin: 1%;
    position: relative;
}
.exhi-content-title{
    width: 4%;
    height: auto;
    color: rgba(79, 163, 169, .2);
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    float: left;
    padding-top: 18%;
    padding-left: 2%;
}
.exhi-content-class{
    width: 40%;
    position: relative;
    float: left;
}
.exhi-content-class-list{
    float: left;
    width: 28.3333%;
    margin-right: 5%;
    font-size: 0;
    position: absolute;
    
}
.exhi-content-class-list:nth-of-type(2){
    margin-left: 33.33333%;
}
.exhi-content-class-list:nth-of-type(3){
    margin-left: 66.6666666%;
}
.exhi-content-class-list:nth-of-type(4){
    margin-left: 99.999999%;
}
.exhi-content-class-list img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-left: 1px #6da288 solid;
    border-right: 1px #6da288 solid;
    vertical-align: baseline;
    z-index: 999999;
    transition: all .6s;
}
.exhi-content-class-list a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
    padding: 0;
    margin: 0;
    z-index: 98;
}
.exhi-content-class-list img.exhi-img-hover{
    opacity: 0;
}
.exhi-content-class-list:hover img.exhi-img{
    opacity: 0;
}
.exhi-content-class-list:hover img.exhi-img-hover{
    opacity: 1;
    margin-top: -35%;
    margin-bottom: -35%;
    transform: scale(1.04);
}
.exhi-content-img{
    float: right;
    width: 53.5%;
    height: 100%;
    position: relative;
    vertical-align: bottom;
}
.exhi-content-img img{
    display: block;
    width: 100%;
    height: 100%;
    
}

/* 临时展览 */
.nybanner{
    width: 100%;
    overflow: hidden;
}
.temp-list dl{
    background: #fafafa;
    width: 100%;
    margin-bottom: 40px;
    transition: all 0.5s;
    overflow: hidden;
}
.temp-list dl dt{
    width: 40%;
    float: left;
    position: relative;
    overflow: hidden;
}
.temp-list dl dt a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 100%;
    position: relative;;
}
.temp-list dl dt a img{
    height: 100%;
}
.temp-list dl dd{
    width: 52%;
    padding-left: 4%;
    padding-right: 4%;
    float: left;
}
.temp-list dl dd a{
    display: block;
    color: #484b54;
    font-size: 24px;
    margin: 30px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.temp-list dl dd .temp-list-time{
    color: #666;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
}
.temp-list dl dd p{
    color: #666;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    margin-top: 20px;
}
.temp-list dl:hover, .collist li:hover {
    box-shadow: 0 2px 9px 4px rgba(62, 62, 62, 0.06);
    transform: translateY(-3px);
}
.temp-list dl:hover a{
    color: #6da288;
}
/* 活动 */
.act-content {
    margin-top: 60px;
    width: 100%;
    display: inline;
    float: left;
    height: 616px;
    overflow: hidden
}

.act-content dl.activity {
    width: 100%;
    float: left;
    height: 616px;
    _width: 962px
}

.act-content .activity dt {
    width: 181px;
    float: left;
    height: 616px;
    position: relative;
    margin-right: 20px;
}
.act-content .activity dt:nth-of-type(3){
    margin-right: 0;
}
.act-content .activity dt img {
    width: 100%;
    display: block;
    float: left;
    cursor: pointer
}
.act-content .activity dt .atc-class{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    writing-mode: vertical-lr;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.act-content .activity dt .atc-class h2{
    font-size: 24px;
    color: #fff;
    font-family: 'fzcsjt';
    margin-top: 16%;
}
.act-content .activity dt .atc-class a{
    font-size: 16px;
    color: #fff;
    font-family: 'fzcsjt';
    margin-top: 36%;
}

.act-content .activity dd {
    background: url(../images/act/bg.png) top center no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 794px;
    display: block;
    float: left;
    height: 593px;
    margin-top: 12px;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden
}
.activity .act-list-all{
    padding: 40px;
}
.act-content .activity dd:last-child{
    margin-left: 20px;
    margin-right: 0;
}
.act-content .activity dd .act-list{
    width: 100%;
    margin-bottom: 4%;
    overflow: hidden;
}
.act-content .activity dd .act-list .act-list-left{
    width: 30%;
	height: 120px;
    float: left;
}
.act-content .activity dd .act-list .act-list-right{
    width: 68%;
    float: left;
    margin-left: 2%;
}
.act-content .activity dd .act-list .act-list-right a.title{
    display: block;
    font-size: 24px;
    color: #000;
    margin: 0 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.act-content .activity dd .act-list .act-list-right p{
    font-size: 12px;
    color: #000;
    line-height: 20px;
}
.act-content .activity dd .act-list .act-list-right p span{
    color: #f91919;
}
.act-content .activity dd .act-list .act-list-right a.more{
    background: #5ca4aa;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    /*margin-top: 10px;*/
    display: inline-block;
}
.act-content .activity dd .video-list{
    width: 48%;
    float: left;
    margin: 3% 1%;
}
.act-content .activity dd .video-list .video-list-img{
    height: 150px;
}
.act-content .activity dd .video-list .video-list-img img{
    height: 100%;
}
.video-list-content .title{
    display: block;
    height: 30px;
    line-height: 30px;
    color: #333;;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 活动手机 */
.act-content .mactivity dt{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.act-content .mactivity dt img {
    width: 100%;
    display: block;
    float: left;
    cursor: pointer
}
.act-content .mactivity dt .atc-class{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.act-content .mactivity dt .atc-class h2{
    font-size: 24px;
    color: #fff;
    font-family: 'fzcsjt';
    margin-left: 12%;
}
.act-content .mactivity dt .atc-class a{
    font-size: 16px;
    color: #fff;
    font-family: 'fzcsjt';
    margin-left: 22%;
}
.act-content .mactivity dd {
    background: url(../images/act/bg_top.png) top center no-repeat,
    url(../images/act/bg_midd.png) top center;
    background-size: 100%;
    position: relative;
    width: 100%;
    display: block;
    float: left;
    margin-top: 12px;
    margin-bottom: 20px;
    overflow: hidden
}
.mactivity .act-list-all{
    background: url(../images/act/bg_bottom.png) bottom center no-repeat;
    background-size: 100%;
    width: 92%;
    padding: 4%;
}
.act-content .mactivity dd .act-list{
    width: 100%;
    margin-bottom: 4%;
    overflow: hidden;
}
.act-content .mactivity dd .act-list .act-list-left{
    width: 100%;
}
.act-content .mactivity dd .act-list .act-list-left img{
    width: 100%;
}
.act-content .mactivity dd .act-list .act-list-right{
    width: 100%;
}

.act-content .mactivity dd .act-list .act-list-right a.title{
    display: block;
    font-size: 18px;
    color: #000;
    margin: 10px 0;
}
.act-content .mactivity dd .act-list .act-list-right p{
    font-size: 12px;
    color: #000;
    line-height: 20px;
}
.act-content .mactivity dd .act-list .act-list-right p span{
    color: #f91919;
}
.act-content .mactivity dd .act-list .act-list-right a.more{
    background: #5ca4aa;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    margin-top: 10px;
    display: inline-block;
}
/* denglu */
.ny-login{
    width: 389px;
    height: 334px;
    margin: 0 auto;
    position: relative;
    margin-top: 15%;
    overflow: hidden;
}
.ny-login .ny-login-bg{
    background: url(../images/login/login.png) top center no-repeat;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
   
}
.ny-login .ny-login-bg h2{
    font-family: 'fzcsjt';
    font-size: 30px;
    color: #6da288;
    text-align: center;
    padding: 40px 0;
}
.ny-login .ny-login-bg .login-form{
    width: 80%;
    margin: 10px auto;
    overflow: hidden;
}
.ny-login .ny-login-bg .login-form input{
    display: block;
    border-bottom: 1px #e5e5e5 solid;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    border-radius: 0;
}
.ny-login .ny-login-bg .login-form:nth-of-type(3) input{
    width: 50%;
    float: left;
}
.ny-login .ny-login-bg .login-form:nth-of-type(3) .renzhengma{
    background: #e5e5e5;
    width: 40%;
    float: left;
    margin-left: 10%;
    line-height: 30px;
    text-align: center;
}
.ny-login .ny-login-bg .login-form button{
    width: 100%;
    background: #6da288;
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    border: 1px #6da288 solid;
    border-radius: 4px;
    margin-top: 20px;
}

/* reg */
.ny-reg{
    width: 389px;
    height: 361px;
    margin: 0 auto;
    position: relative;
    margin-top: 15%;
    overflow: hidden;
}
.ny-reg .ny-reg-bg{
    background: url(../images/login/reg.png) top center no-repeat;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
   
}
.ny-reg .ny-reg-bg h2{
    font-family: 'fzcsjt';
    font-size: 30px;
    color: #6da288;
    text-align: center;
    padding: 20px 0;
}
.ny-reg .ny-reg-bg .reg-form{
    width: 80%;
    margin: 8px auto;
    overflow: hidden;
}
.ny-reg .ny-reg-bg .reg-form input{
    display: block;
    border-bottom: 1px #e5e5e5 solid;
    width: 100%;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    border-radius: 0;
}
.ny-reg .ny-reg-bg .reg-form:nth-of-type(4) input{
    width: 50%;
    float: left;
}
.ny-reg .ny-reg-bg .reg-form:nth-of-type(4) .renzhengma{
    background: #e5e5e5;
    width: 40%;
    float: left;
    margin-left: 10%;
    line-height: 30px;
    text-align: center;
}
.ny-reg .ny-reg-bg .reg-form button{
    width: 100%;
    background: #6da288;
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    border: 1px #6da288 solid;
    border-radius: 4px;
    margin-top: 20px;
}
/* 分页 */
.list-pager{
    text-align: center;
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}
.list-pager li{
    display: inline-block;
    margin-left: 5px;
}
.list-pager li a,
.list-pager li span{
    display: block;
    border: 1px #6da288 solid;
    padding: 1px 13px;
    color: #6da288;
    border-radius: 4px;
    font-size: 14px;
}
.list-pager li.active a,
.list-pager li a:hover{
    background: #6da288;
    color: #fff;
    transition: all .3s;
}
/* 面包导航 */
.crumb{
    color: #333;
    font-size: 14px;
    line-height: 40px;
    margin-top: 20px;
}
.crumb a{
    color: #333;
    font-size: 14px;
}

/* 内容 */
.content{
    width: 100%;
    overflow: hidden;;
}
.content_title{
    text-align: center;
    font-size: 22px;
    line-height: 60px;
}
.content .meta{
    text-align: center;
    font-size: 14px;
    border-bottom: 1px #ccc solid;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.content .post{
    margin-bottom: 30px;
}
.content .post_img{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.content .post_img img{
    max-width: 100%;
}
.content .meta-content{
    width: 100%;
    margin-top: 40px;
    border-bottom: 1px #ccc solid;
    padding-bottom: 10px;
    margin-bottom: 40px;
    overflow: hidden;
}
.content .meta-img{
    width: 30%;
    float: left;
}
.content .meta-img img{
    width: 100%;
}
.content .meta-info .content_title{
    text-align: left;
    line-height: 30px;
    margin-bottom: 10px;
}
.content .meta-info{
    text-align: left;
    font-size: 14px;
    width: 56%;
    margin-left: 4%;
    float: left;
}
.content .meta-info a,
.content .meta-info span{
    display: block;
    width: 102px;
    height: 32px;
    line-height: 32px;
    background: url(../images/bg-btn-disable.png);
    padding: 0;
    text-align: center;
    margin: 10px;
    float: right;
    font-size: 14px;
    color: #474a4d;
}
.content .meta-info:hover a{
    background: url(../images/act-btn1.png);
    color: #333;
    transition: all .3s;
}


/* 上一下一 */
.pager p{
    width: 99%;
    border: 1px #6da288 solid;
    margin-bottom: 10px;
    overflow: hidden;
}
.pager span{
    background: #6da288;
    padding: 0 15px;
    color: #fff;
    display: block;
    float: left;
    margin-right: 10px;
    line-height: 30px;
}
.pager a{
    color: #333;
    display: block;
    float: left;
    line-height: 30px;
}

.main-content .tit{
    font-size: 30px;
    font-family: 'fzcsjt';
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #6da288;
}
.form-canguan-add .form-group{
    width: 70%;
    margin: 20px auto;
    overflow: hidden;
}
.form-canguan-add .col-sm-2{
    width: 20%;
    float: left;;
}
.form-canguan-add .col-sm-10{
    width: 80%;
    float: left;;
}
.form-canguan-add input{
    width: 96%;
    border: 1px #ccc solid;
    line-height: 38px;
    border-radius: 4px;
    font-size: 16px;
    padding-left: 2%;
}
.form-canguan-add button{
    display: block;
    background: #6da288;
    width: 60%;
    line-height: 40px;
    text-align: center;
    color: #fff;;
    border: 0;
    border-radius: 4px;
    margin: 20px auto;
    font-size: 18px;
}
.news_list li{border-bottom:1px solid #E6E6E6;overflow:hidden;padding:12px 0 12px 0;}
.news_list li .date{background:#6da288;color:#fff;display:inline-block;margin-right:20px;float:left;text-align:center;font-size:30px;width: 70px;font-weight: bold}
.news_list li .date em{display:block;font-style:normal;font-weight: normal; font-size:14px;background:#eee;margin-top:5px;color: #888}
.news_list li div{color:#999;font-size:12px;margin-left:95px;line-height:22px;}
.news_list li div a{display:block;font-size:18px;color:#333;margin-bottom:5px;}
.news_list li div a:hover{color:#f30;}
.pagelist ul{text-align:center;margin:20px 0;}
.pagelist li{display:inline-block;margin:0 2px;}
.pagelist li a{color:#666;display:inline-block;border:1px solid #ddd;padding:6px 15px;}
.pagelist li a:hover{border-color:#6da288;background:#6da288;color:#fff;}
.pagelist li.active a{border-color:#6da288;background:#6da288;color:#fff;}


/* 新闻 */
.info-list dl{
    background: #fafafa;
    width: 100%;
    margin-bottom: 40px;
    transition: all 0.5s;
    overflow: hidden;
}
.info-list dl dt{
    width: 20%;
    max-width: 200px;
    height: 200px;
    float: left;
    vertical-align: middle;
    text-align:center;
    background:#fafafa;
    overflow: hidden;
    position:relative;
}
.info-list dl dt a{
    display: block;
    position:relative;
    width: 100%;
    height: 100%;
}
.info-list dl dt a img{
    position:absolute;
	top:0;bottom:0;
	left:0;right:0;
	margin:auto;
}
.info-list dl dd{
    width: 72%;
    padding-left: 4%;
    padding-right: 4%;
    float: left;
}
.info-list dl dd a{
    display: block;
    color: #484b54;
    font-size: 24px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.info-list dl dd .info-list-time{
    color: #666;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}
.info-list dl dd p{
    color: #666;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    margin-top: 10px;
    padding-bottom: 30px;
}
.info-list dl:hover, .collist li:hover {
    box-shadow: 0 2px 9px 4px rgba(62, 62, 62, 0.06);
    transform: translateY(-3px);
}
.info-list dl:hover a{
    color: #6da288;
}

/* 选项卡 */
.minglu{
    width: 100%;
    overflow: hidden;
}
.minglu-title{
    margin: 40px 0 20px;
}
.tabs-list {
    list-style: none;
    overflow: hidden;
}

.tabs-list li {
    display: block;
    *display: block;
    *zoom: 1;
    margin-right: 2px;
    margin-bottom: 6px;
    float: left;
}

.tabs-list li a {
    display: block;
    padding: 4px 30px;
    background-color: #ebebeb;
    color: gray;
    text-decoration: none;
    font-size: 16px;
    transition: all .4s ease 0s;
}
.tabs-list li a h2{
    width: 100%;
    font-size: 16px;
}

.tabs-list li a sub{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}

.tabs-list li a:hover {
    background-color: #6da288;
    color: #fff;
}

.tabs-list li.active a {
    background-color: #6da288;
    color: #fff
}

.tab-content {
    margin: 10px 0 15px;
    overflow: hidden;
}
.tab-content span{
    display: block;
    background: #fff;
    margin: 1% 1% 0 0;
    
    float: left;
    border-radius: 4px;
    
}
.tab-content span a{
    display: block;
    border: 1px #efefef solid;
    line-height: 30px;
    text-align: center;
    color: #000;
    border-radius: 4px;
	padding: 0 10px;
}
.tab-content span:hover a{
    color: #6da288;
}
.tabs .accordion-handle {
    display: none
}

.tabs-vertical-left,
.tabs-vertical-right {
    *zoom: 1
}

.tabs-vertical-left:before,
.tabs-vertical-left:after,
.tabs-vertical-right:before,
.tabs-vertical-right:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.tabs-vertical-left .tabs-list,
.tabs-vertical-right .tabs-list {
    width: 25%
}

.tabs-vertical-left .tabs-list li,
.tabs-vertical-right .tabs-list li {
    display: block;
    margin: 0 0 5px;
    width: 100%
}

.tabs-vertical-left .tabs-list li a,
.tabs-vertical-right .tabs-list li a {
    height: auto;
    padding: 8px 20px;
    line-height: 1.5
}

.tabs-vertical-left .tabs-container,
.tabs-vertical-right .tabs-container {
    width: 75%
}

.tabs-vertical-left .tabs-list {
    float: left
}

.tabs-vertical-left .tabs-container {
    float: right
}

.tabs-vertical-left .tabs-container .tab-content {
    margin: 0 0 0 15px
}

.tabs-vertical-right .tabs-list {
    float: right
}

.tabs-vertical-right .tabs-container {
    float: left
}

.tabs-vertical-right .tabs-container .tab-content {
    margin: 0 15px 0 0
}

.accordion-handle {
    position: relative;
    margin-bottom: 10px;
    background-color: #ebebeb;
    text-decoration: none;
    color: gray;
    cursor: pointer;
    transition: all .4s ease 0s
}

.accordion-handle:hover {
    background-color: #d9d9d9
}

.accordion-handle.active {
    background-color: #6da288;
    color: #fff
}

.accordion-handle h4 {
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400
}

.accordion-handle i {
    display: block;
    width: 38px;
    height: 38px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/icon-accordion.gif) no-repeat top center
}

.accordion-handle.active i {
    background-position: bottom center
}

.accordion-content {
    margin-bottom: 15px;
    display: none
}

@media only screen and (max-width:768px) {
    .responsive-tabs .tabs-list {
        display: none
    }

    .responsive-tabs .accordion-handle {
        display: block
    }

    .responsive-tabs.tabs-vertical-left .tabs-container,
    .responsive-tabs.tabs-vertical-right .tabs-container {
        width: 100%;
        float: none
    }

    .responsive-tabs.tabs-vertical-left .tabs-container .tab-content,
    .responsive-tabs.tabs-vertical-right .tabs-container .tab-content {
        margin: 10px 0 15px
    }
    .tab-content span{
       /* width: 32.33333%; */
    }
}
/* 个人介绍 */
.people_conteng,
.people_honor,
.people_work{
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
}
.people_conteng h2,
.people_honor h2,
.people_work h2{
    font-size: 22px;
    color: #333333;
    border-bottom: 1px #727276 solid;
    margin-bottom: 20px;
    font-weight: bold;
}
.people_conteng h2 span,
.people_honor h2 span,
.people_work h2 span{
    font-size: 16px;
    color: #6da288;
}
.people_honor ul li,
.people_work ul li{
    width: 31.3333%;
    float: left;
    text-align: center;
    margin: 1%;
}
.people_honor ul li span,
.people_work ul li span{
    display: block;
}
.reservation-info p {
    font-size: 16px;
    line-height: 2;
    color: #676765;
    text-indent: 2em;
    }
	
.juanzeng li{
	display: inline-block;
	border: 1px #efefef solid;
    line-height: 30px;
    text-align: center;
    color: #000;
    border-radius: 4px;
	padding: 2px 15px;
	margin:1% 1% 0 0;
}
.vollist{
	 border-bottom:1px #6da288 solid; 
	 width:100%; 
	 overflow:hidden; 
	 margin-top:20px
}
.vollist span{
	background:#6da288; 
	color:#fff;  
	padding:5px 10px; 
	width:auto; 
	text-align:center; 
	font-size:16px;
}
.volcontent {
	font-size:14px; 
	line-height:25px; 
	text-indent:28px; 
	margin-bottom:20px;
	margin-top:10px;
}
.volmore{
	display:block;
	background:#6da288; 
	width:99%; 
	line-height:40px; 
	font-size:16px; 
	color:#fff; 
	text-align:center;
	border:1px solid #6da288; 
	border-radius:4px;
}
.volmore:hover{
	color:#6da288;
	background:#fff;
	transition:all .3s;
}




</pre></body></html>